home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ftn / maplun.z / maplun
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  35 lines

  1. MAPLUN(3F)                                            Last changed: 3-12-99
  2.  
  3.  
  4. NNAAMMEE
  5.      mmaapplluunn - returns the integer file descriptor for a Fortran logical
  6.      unit number
  7.  
  8. SSYYNNOOPPSSIISS
  9.      mmaapplluunn ((_l_u_n))
  10.      iinntteeggeerr**44 _l_u_n
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      IRIX systems
  14.  
  15.      MIPSpro Fortran 77
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      This intrinsic function returns the file descriptor given a Fortran
  19.      logical unit number.
  20.  
  21.      Success is indicated by a non-negative return value.  A negative
  22.      return value indicates an error.  The value of _e_r_r_n_o can be examined
  23.      to determine the cause of the error.
  24.  
  25. NNOOTTEESS
  26.      This function cannot be used on indexed files because each Fortran
  27.      indexed file is represented by two physical files and this function
  28.      cannot map a single Fortran logical unit to two file descriptors.
  29.      Also, the indexed file internal format is proprietary and cannot be
  30.      modified by the user directly; therefore, this function, or a similar
  31.      function, will not help in that respect.
  32.  
  33. SSEEEE AALLSSOO
  34.      This man page is available only online.
  35.